projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aef1a24
)
(configuration): Change # comment to C comment.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 30 Jan 1994 00:50:32 +0000
(
00:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 30 Jan 1994 00:50:32 +0000
(
00:50
+0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 444bc46b7fd923a1c36d0f0c002a71ee09a97677..5562d5045165ea93b6f5f83fdefa37726921d61d 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-27,8
+27,8
@@
CC=@CC@
CPP=@CPP@
CFLAGS=@CFLAGS@
LN_S=@LN_S@
-
#
These escaped doublequotes become part of the macro definition in emacs.c.
-# Thus, the definition is a C string constant.
+
/*
These escaped doublequotes become part of the macro definition in emacs.c.
+ Thus, the definition is a C string constant. */
configuration=\"@configuration@\"
/* On Xenix and the IBM RS6000, double-dot gets screwed up. */